home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / codepad.zip / CPREADME.TXT
Text File  |  1991-03-15  |  6KB  |  167 lines

  1.  
  2.          CODEPAD INSTALLATION INSTRUCTIONS
  3.  
  4. To use CodePad you will need a 386 PC or higher and Microsoft
  5. Windows 3.0 running in 386 Enhanced or Standard mode.
  6.  
  7. 1)  Copy the contents of this disk into a directory that is on your 
  8.     search path such as the WINDOWS directory.  The search path is 
  9.     specified by the DOS environment variable PATH which is usually 
  10.     set from your AUTOEXEC.BAT file.
  11.  
  12. 2)  Add CODEPAD.EXE to the Windows Program Manager.
  13.  
  14. 3)  Update the [Extensions] section of your WIN.INI file to run 
  15.     CODEPAD.EXE for the file extensions that you wish to edit.  More
  16.     information on setting up extensions is given below.
  17.  
  18. 4)  If you use the Microsoft Windows Software Development Kit (SDK),
  19.     make sure that the SDKWIN.HLP file is reachable from your search
  20.     path.  This will allow you to mark and look up SDK topics from
  21.     within CodePad itself, (Press F2).
  22.  
  23. 5)  CodePad can now be run by clicking on a filename in either the
  24.     Windows File Manager or the MS-DOS Executive, or by clicking on
  25.     the CodePad icon in the Program Manager.  Detailed user
  26.     instructions are provided in CodePad's on-line Help, (Press F1).
  27.  
  28.  
  29.  
  30.             ORDERING INFORMATION
  31.  
  32. Send an order requesting the CodePad Editor along with a check or
  33. money order for $99 to:
  34.  
  35.             Cognetic Systems, Inc.
  36.             12534 Pinecrest Rd.
  37.             Herndon, Virginia 22071
  38.             (703) 476-7154
  39.  
  40. *** Be sure to state whether you want a 5-1/4 or 3-1/2 disk.
  41.  
  42.  
  43.  
  44.               CODEPAD LIMITS
  45.  
  46. CodePad can load large files up to 13,000 lines.  A line must be shorter
  47. than 32,000 characters.
  48.  
  49.  
  50.  
  51.      SUGGESTIONS FOR SETTING UP A WINDOWS DEVELOPMENT ENVIRONMENT
  52.  
  53. Although not required, you may want to set up a Windows Environment for
  54. programming.  You will need to use Windows 3.0 in 386 enhanced mode and 
  55. you should have at least 4 Megabytes of memory.  
  56.  
  57. The first step is to define as many extensions as you can think of in 
  58. your WIN.INI file.  These should include extensions for the CodePad 
  59. Editor, extensions for Make files, the icon editor, SDK paint, etc.  
  60. A sample list of extensions is given at the bottom of this file.  Once 
  61. this has been done you can point and click in either the File Manager 
  62. or the MSDOS Executive to run programs.
  63.  
  64. Set up a MAKE.PIF file to run your make program.  Set the KB Required 
  65. field to as large a value as your system will allow.  Set the 
  66. Display Usage box to Windowed and set the Execution Box to Background.  
  67. The Close on Exit box should not be checked so that you can read 
  68. any error messages from Make. In the Advanced features section set the 
  69. Background Priority field to 85% and Foreground Priority field to 100%.  
  70.  
  71. If you get an error message during a Make that says "out of heap space"
  72. this means that the task has run out of conventional DOS memory.  There 
  73. are several things you can do to fix this problem:
  74.  
  75. 1)  Make sure to load only the TSR's that you really nead.
  76.  
  77. 2)  Set the buffers= value in CONFIG.SYS to a smaller value.  If you
  78.     are using the Window's SMARTDRIVE, buffers can be set as low as
  79.     10 and still give good results.
  80.  
  81. 3)  Use NMK.COM instead of NMAKE.EXE for your make program.  There is
  82.     a big difference in the size of these two programs.
  83.  
  84.  
  85.  
  86.             IMPORTANT CODEPAD FEATURES
  87.  
  88. Some important CodePad Features that you will want to learn to use
  89. right away are described below:
  90.  
  91. 1)  Perhaps the most useful capability that CodePad offers is that it 
  92.     allows you to view and edit many files at once in a real GUI 
  93.     windowing environment.  You can now visually grasp more of your
  94.     work than ever before.  With this in mind CodePad was developed 
  95.     for and tested on the IBM 8514/A monitor as well as the standard 
  96.     VGA monitor.
  97.  
  98. 2)  You can browse through source code by dragging the scroll tab with
  99.     the mouse.  This causes the source to scroll dynamically as the 
  100.     scroll tab is moved.  This browsing capability has been optimized 
  101.     for both VGA and IBM 8514/A monitors.
  102.  
  103. 3)  CodePad lets you go to a specific line number in your source code
  104.     so that you can locate compiler errors.  Also the current line 
  105.     number is displayed in the upper right hand corner of the window.
  106.  
  107. 4)  CodePad lets you choose the screen font that you like best.  You 
  108.     can select any of 5 different mono-spaced fonts.
  109.  
  110. 5)  If you have the Windows SDK Development Kit and have installed
  111.     the SDKWIN.HLP file you can use CodePad to look up help for Windows
  112.     API functions and macros.  Simply select a term in your source code
  113.     and press F2.
  114.  
  115. 6)  Mark and Search capability:  You can select a term with the mouse
  116.     and press F3 to find its next occurrence.  This works for the current
  117.     window as well as across multiple CodePad Windows.  For example, you 
  118.     can select a Windows macro with your mouse in one window, and then
  119.     run a second instance of CodePad on the WINDOWS.H file.  Pressing F3 
  120.     will look up the text in the new file.
  121.  
  122. 7)  If you are a Windows user you already know how to use many of 
  123.     CodePad's features.  Even so, CodePad comes with extensive on-line
  124.     help where you can read about CodePad's advanced features and 
  125.     learn to use various mouse editing short cuts.
  126.  
  127.  
  128.  
  129.          SAMPLE EXTENSIONS FOR YOUR WIN.INI FILE
  130.  
  131. doc=winword.exe ^.doc
  132. rtf=winword.exe ^.rtf
  133. sty=winword.exe ^.sty
  134. ico=sdkpaint.exe ^.ico
  135. cur=sdkpaint.exe ^.cur
  136. bmp=sdkpaint.exe ^.bmp
  137. res=dialog.exe ^.res
  138. mak=make.pif ^.mak
  139. dlg=codepad.exe ^.dlg
  140. .=codepad.exe ^.
  141. c=codepad.exe ^.c
  142. h=codepad.exe ^.h
  143. x=codepad.exe ^.x
  144. y=codepad.exe ^.y
  145. z=codepad.exe ^.z
  146. log=codepad.exe ^.log
  147. txt=codepad.exe ^.txt
  148. ini=codepad.exe ^.ini
  149. bat=codepad.exe ^.bat
  150. sys=codepad.exe ^.sys
  151. map=codepad.exe ^.map
  152. out=codepad.exe ^.out
  153. old=codepad.exe ^.old
  154. def=codepad.exe ^.def
  155. rc=codepad.exe ^.rc
  156. sav=codepad.exe ^.sav
  157. new=codepad.exe ^.new
  158. err=codepad.exe ^.err
  159. dat=codepad.exe ^.dat
  160. ans=codepad.exe ^.ans
  161. sym=codepad.exe ^.sym
  162. app=codepad.exe ^.app
  163. dev=codepad.exe ^.dev
  164. me=codepad.exe ^.me
  165. asm=codepad.exe ^.asm
  166. ref=codepad.exe ^.ref
  167.